home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TCONNECTDIALOG / TCONNECTDIALOG.txt
Text File  |  1996-08-04  |  3KB  |  146 lines

  1. object ConnectDialog: TConnectDialog
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Connection Error'
  7.   ClientHeight = 131
  8.   ClientWidth = 357
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 16
  20.     Width = 134
  21.     Height = 13
  22.     Caption = 'Cannot connect to host'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 24
  26.     Top = 96
  27.     Width = 74
  28.     Height = 13
  29.     Caption = 'Retrying in...'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 24
  33.     Top = 64
  34.     Width = 45
  35.     Height = 13
  36.     Caption = 'on port:'
  37.   end
  38.   object OKBtn: TBitBtn
  39.     Left = 256
  40.     Top = 20
  41.     Width = 77
  42.     Height = 27
  43.     Caption = 'Retry'
  44.     Default = True
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ModalResult = 4
  50.     ParentFont = False
  51.     TabOrder = 0
  52.     OnClick = OKBtnClick
  53.     Glyph.Data = {
  54.       76010000424D7601000000000000760000002800000020000000100000000100
  55.       04000000000000010000130B0000130B00000000000000000000000000000000
  56.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  57.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  58.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  59.       3333333777333777FF33339993707399933333773337F3777FF3399933000339
  60.       9933377333777F3377F3399333707333993337733337333337FF993333333333
  61.       399377F33333F333377F993333303333399377F33337FF333373993333707333
  62.       333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  63.       999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  64.       99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  65.       3393333777333777337333333999993333333333377777333333}
  66.     Margin = 2
  67.     NumGlyphs = 2
  68.     Spacing = -1
  69.     IsControl = True
  70.   end
  71.   object CancelBtn: TBitBtn
  72.     Left = 256
  73.     Top = 68
  74.     Width = 77
  75.     Height = 27
  76.     Cancel = True
  77.     Caption = 'Cancel'
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ModalResult = 2
  83.     ParentFont = False
  84.     TabOrder = 1
  85.     Margin = 2
  86.     NumGlyphs = 2
  87.     Spacing = -1
  88.     IsControl = True
  89.   end
  90.   object HostName: TEdit
  91.     Left = 48
  92.     Top = 40
  93.     Width = 185
  94.     Height = 20
  95.     BorderStyle = bsNone
  96.     Color = clBtnFace
  97.     Ctl3D = False
  98.     Font.Color = clBlack
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = []
  102.     ParentCtl3D = False
  103.     ParentFont = False
  104.     ReadOnly = True
  105.     TabOrder = 2
  106.     Text = 'HostName'
  107.   end
  108.   object Timeout: TEdit
  109.     Left = 104
  110.     Top = 96
  111.     Width = 121
  112.     Height = 20
  113.     BorderStyle = bsNone
  114.     Color = clBtnFace
  115.     Ctl3D = False
  116.     ParentCtl3D = False
  117.     ReadOnly = True
  118.     TabOrder = 3
  119.     Text = 'Timeout'
  120.   end
  121.   object Port: TEdit
  122.     Left = 72
  123.     Top = 64
  124.     Width = 65
  125.     Height = 20
  126.     BorderStyle = bsNone
  127.     Color = clBtnFace
  128.     Ctl3D = False
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentCtl3D = False
  134.     ParentFont = False
  135.     ReadOnly = True
  136.     TabOrder = 4
  137.     Text = 'Port'
  138.   end
  139.   object ConnectTimer: TTimer
  140.     Enabled = False
  141.     OnTimer = ConnectTimerTimer
  142.     Left = 208
  143.     Top = 8
  144.   end
  145. end
  146.